-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add styling for new footer component #916
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
0ff2169
to
31f0ab0
Compare
Starting to look good! should this have max width also? |
|
||
{soMeData && ( | ||
<FooterSection title={t("socialMedia")}> | ||
{renderSoMe(navigationData, soMeData)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typically this should be a component to utilise react properly, but can be fixed later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, there are also a few things that can be done to make this more dynamic and utilize the connection to Sanity better, but I would rather get a version of this out now, and then we can make it even better later 👌
Regarding max-width I wasn't quite sure if it should have it or not, as some footers span the width of the page, but it won't be a problem to add it if we see that it's too big in relation to other content
Description
Created a new footer component
Figma
https://www.figma.com/design/zgXtEvibcgxxvdMDBBaICD/Ny-variant.no%2Fse?node-id=3825-28533&m=dev
Screenshots
Mobile
Tablet
Desktop